home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
a6
/
a6.dir
/
00024_QUIT toggle.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-19
|
284 b
|
15 lines
on mouseDown
puppetSprite(38, 1)
set the memberNum of sprite 38 to the number of member "QUIT ON"
updateStage()
end
on mouseUp
set the memberNum of sprite 38 to the number of member "QUIT OFF"
updateStage()
puppetSprite(38, 0)
unsetQT(5)
SetReturn()
go("QUIT")
end